Skip to content

llvm: Add version 17.0.6 #263

Merged
merged 1 commit into from
Jan 18, 2024
Merged

llvm: Add version 17.0.6 #263

merged 1 commit into from
Jan 18, 2024

Conversation

niclas
Copy link
Contributor

@niclas niclas commented Dec 14, 2023

Just altered this with respect to version 16.0.1:

cmake \
    -S clang \
    -B build_clang \
    -G Ninja \
    -DCMAKE_INSTALL_PREFIX=$PREFIX \
    -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
    -DCMAKE_BUILD_TYPE=Release \
+    -DLLVM_INCLUDE_TESTS=OFF \
    -Wno-dev

Without it another program is required.

Just altered this with respect to version 16.0.1:
```
cmake \
    -S clang \
    -B build_clang \
    -G Ninja \
    -DCMAKE_INSTALL_PREFIX=$PREFIX \
    -DCMAKE_CXX_COMPILER=/usr/bin/clang++ \
    -DCMAKE_BUILD_TYPE=Release \
+    -DLLVM_INCLUDE_TESTS=OFF \
    -Wno-dev
```
Without it another program is required.
@david david merged commit 5cdb808 into master Jan 18, 2024
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants